home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / PD / Anwendungen / Madhouse / Blankers / Soccer / Gadget < prev    next >
Text File  |  1999-01-03  |  1KB  |  43 lines

  1. Madhouse v1.0, BlankerPrefs-Window
  2.  
  3. CHUNK:LOCALE
  4. english,deutsch
  5.  
  6. CHUNK:MUI-WINDOWLAYOUT
  7. VGroup,
  8.     ColumnGroup("Line-Up,Aufstellung",2),
  9.         Label( "_White,_Weiß" ),
  10.         aufw = Cycle( "w", "4 - 4 - 2|5 - 4 - 1|4 - 5 - 1|5 - 3 - 2|3 - 5 - 2|4 - 3 - 3" ),
  11.         Label( "_Red,_Rot" ),
  12.         aufr = Cycle( "r", "4 - 4 - 2|5 - 4 - 1|4 - 5 - 1|5 - 3 - 2|3 - 5 - 2|4 - 3 - 3" ),
  13.     End,
  14.     ColumnGroup("Keeper intelligence,Torwartsintelligenz",2),
  15.         Label( "Whit_e,W_eiß" ),
  16.         intw = Slider( "e", 1, 5 ),
  17.         Label( "Re_d,Rot" ),
  18.         intr = Slider( "d,", 1, 5 ),
  19.     End,
  20.     HGroup,
  21.         HVSpace,
  22.             scoretab = CheckMark( "s,p" ),
  23.             LLabel( "_Score table,_Punkteanzeige" ),
  24.         HVSpace,
  25.             doublebuf = CheckMark( "b" ),
  26.             LLabel( "Double _Buffering" ),
  27.         HVSpace,
  28.     End,
  29.     Screenmode = ScreenMode( 0 ),
  30.     LLabel( "Still compatibilty problems with gfx boards:,Immer noch Probleme mit Grafikkarten:"),
  31.     LLabel( "press <Help> for more information!,<Help> für weitere Infos drücken!" ),
  32. End,
  33.  
  34. CHUNK:BLANKERINFO
  35. Carsten Jahn
  36. 1.11 (23.09.1997)
  37. 1
  38. 5000
  39. 1
  40. Madhouse2
  41. Anim
  42.  
  43.